@font-face {
	font-family: shsd;
	src: url(/thems/mch/font/SourceHanSans-Normal.otf);
  }


.styleBanner {
    position: relative;
}

.styleBanner>img {
    width: 100%;
    height: auto;
}

.SeBrText {
    width: auto;
    height: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.AtUsFour {
    padding: 60px 0;
    display: none;
}

.AtUsFour h3 {
    color: #333333;
    font-size: 30px;
}

.trainOne ul li a h4 img {
    width: 100%;
    height: auto;
}

.SeBrText h2 {
    color: #fff;
    font-weight: 100;
    letter-spacing: 8px;
    text-indent: 20px;
}

.SeBrText h3 {
    width: 100%;
    padding: 6px 30px;
    letter-spacing: 8px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #165e9e;
    color: #fff;
    text-transform: uppercase;
    font-family: "Arial";
    display: none;
}

.styleNav {
    background-color: #f4f4f4;
}

.styleNav ul li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.styleNav ul li a {
    height: 70px;
    line-height: 70px;
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
    color: #333333;
}

.styleNav ul li a::after {
    content: "";
    display: block;
    width: 0%;
    height: 4px;
    visibility: hidden;
    background-color: #165e9e;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.styleNav ul .active a::after,
.styleNav ul li a:hover::after {
    width: 100%;
    visibility: inherit;
}

.Journalism {
    padding: 90px 0 120px 0;
}

.JmTop {
    padding-bottom: 50px;
}

.JmTop a {
    /* padding: 50px; */
    background-color: #f3f3f3;
    box-sizing: border-box;
}

.JmTopText,
.JmTopImg {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
}

.JmTopImg {
    width: 30%;
}

.JmTopImg img {
    width: 100%;
    height: auto;
}

.JmTopText {
    width: 70%;
    padding-left: 70px;
}

.NewTitleS h3 {
    padding: 6px 16px;
    background-color: #165e9e;
    border-radius: 5px;
}

.NewTitleS h3 i,
.NewTitleS h3 span,
.NewTitleS h6,
.NewTitleS h3 {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.NewTitleS h3 i,
.NewTitleS h3 span {
    color: #fff;
}

.NewTitleS h3 span {
    padding-left: 8px;
}

.JmTopTextS h5 {
    color: #838181;
    padding: 34px 0 16px 0;
}

.JmTopTextS h4 {
    color: #282828;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.JmTopTextS p {
    color: #666666;
}

.JmTopTextS h6 i {
    line-height: inherit;
}

.JmTopTextS h6 {
    width: 62px;
    height: 62px;
    line-height: 62px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    text-align: center;
    margin-top: 30px;
    background-color: #fff;
    color: #000;
}

.JmTop a:hover {
    background-color: #165e9e;
}

.JmTop a:hover .NewTitleS h3 {
    background-color: #fff;
}

.JmTop a:hover .NewTitleS h3 i,
.JmTop a:hover .NewTitleS h3 span {
    color: #165e9e;
}

.JmTop a:hover .JmTopTextS h4,
.JmTop a:hover .JmTopTextS p,
.JmTop a:hover .JmTopTextS h5 {
    color: #fff;
}

.JmBtmS {
    width: 48%;
    margin-right: 4%;
    margin-top: 36px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.JmBtmS:nth-of-type(-n + 2) {
    margin-top: 0;
}

.JmBtmS a {
    padding: 0 40px;
    box-sizing: border-box;
}

.JmBtmS:nth-of-type(2n) {
    margin-right: 0;
}

.JmBtmS_t {
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #e6e6e6;
}

.JmBtmS_b {
    padding: 34px 0;
}

.JmBtmS_tTitle h3 {
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    background-color: #165e9e;
}

.JmBtmS_tTitle h3 i,
.JmBtmS_tTitle h3 span {
    color: #fff;
}

.JmBtmS_t h3 span {
    padding-left: 8px;
}

.JmBtmS_tTitle h3 i,
.JmBtmS_tTitle h3 span,
.JmBtmS_tTitle h3,
.JmBtmS_tTitle p {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.JmBtmS_tTitle p {
    width: calc(100% - 120px);
    -ms-width: calc(100% - 120px);
    -webkit-width: calc(100% - 120px);
    padding-left: 12px;
    color: #282828;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.JmBtmS_t h4 {
    padding-top: 18px;
    color: #878787;
}

.JmBtmS_b p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}

.JmBtmS a:hover {
    background-color: #165e9e;
}

.JmBtmS a:hover .JmBtmS_t h4,
.JmBtmS a:hover .JmBtmS_b p,
.JmBtmS a:hover .JmBtmS_tTitle p {
    color: #fff;
}

.JmBtmS a:hover .JmBtmS_t h3 {
    background-color: #fff;
}

.JmBtmS a:hover .JmBtmS_t h3 i,
.JmBtmS a:hover .JmBtmS_t h3 span {
    color: #165e9e;
}

.JmBtns {
    padding-top: 100px;
}

.JmBtns ul {
    text-align: center;
}

.JmBtns ul li {
    padding: 0 3px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.JmBtns ul li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    border: 1px solid #e7e7e7;
    color: #666666;
    text-align: center;
    padding: 0 !important;
}

.JmBtns ul li:last-of-type a,
.JmBtns ul li:first-of-type a {
    width: 100px;
}

.JmBtns ul .active a,
.JmBtns ul li:hover a {
    color: #fff;
    background-color: #165e9e;
    border-color: #165e9e;
}

.NewsDetail {
    padding: 90px 0 120px 0;
}

.NsDlLeft,
.NsDlRight {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.NsDlLeft {
    width: 80%;
    padding-right: 46px;
}

.NsDlRight {
    width: 20%;
}

.NsDlLeftTop h2 {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.NsDlLeftTopS {
    padding: 34px 0;
}

.NsDlLeftTopS h3 i,
.NsDlLeftTopS h3 span,
.NsDlLeftTopS h4 span,
.NsDlLeftTopS h4 ul,
.NsDlLeftTopS h4 ul li,
.NsDlLeftTopS h3,
.NsDlLeftTopS h4,
.NsDlLeftTopS h6 {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.NsDlLeftTopS h4{display: none !important;}
.NsDlLeftTopS h3{text-align: left;}
.NsDlLeftTopS h3 i,
.NsDlLeftTopS h4 ul li i {
    color: #d1d1d1;
    padding: 0 10px;
}
.NsDlLeftTopS h3,.fxdy{display: inline-block;width: 50%;vertical-align: middle;}
.fxdy{text-align: right;}

.NsDlLeftTopS h3 span,
.NsDlLeftTopS h6 a {
    color: #999;
}
.NsDlLeftTopS h3 span div{display: inline-block;vertical-align: middle;}
.NsDlLeftTopS h3 span p a{display: inline-block;vertical-align: initial;}
.NsDlLeftTopS h3 span p{display: inline-block;vertical-align: middle;}
.NsDlLeftTopS h3 span a{font-size: 14px;color: #999;display: inline-block;vertical-align: middle;width: auto;}
.NsDlLeftTopS h3,
.NsDlLeftTopS h4 {
    padding-right: 32px;
}

.NsDlLeftTopS h4 span {
    color: #999;
    padding: 8px 14px;
    box-sizing: border-box;
    border-radius: 5px;
    /* background-color: #165e9e; */
}

.NsDlLeftTop {
    border-bottom: 1px solid #eeeeee;
}

.NsDlLeftCenter p {
    margin: 32px 0;
    color: #666;
}
.NsDlLeftCenter p a{font-size: 14px;}
.NsDlLeftCenter p video{max-width: 100%;height: auto;}

.NsDlLeftCenter p img {
    padding: 20px 0;
}

.NsDlLeftBtm {
    padding-top: 60px;
}

.NsDlLeftBtm ul li {
    width: 18%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.NsDlLeftBtm ul li a i,
.NsDlLeftBtm ul li a span {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: inherit;
}

.NsDlLeftBtm ul li a {
    height: 46px;
    line-height: 46px;
}

.NsDlLeftBtm li:last-of-type,
.NsDlLeftBtm li:first-of-type {
    width: 41%;
}

.NsDlLeftBtm li:last-of-type a,
.NsDlLeftBtm li:first-of-type a {
    padding: 0 50px;
    box-sizing: border-box;
}

.NsDlLeftBtm li:first-of-type {
    text-align: left;
}

.NsDlLeftBtm li:last-of-type {
    text-align: right;
}

.NsDlLeftBtm ul {
    border: 1px solid #eee;
}

.NsDlLeftBtm li {
    border-right: 1px solid #eee;
}

.NsDlLeftBtm li:last-of-type {
    border-right: none;
}

.NsDlLeftBtm li a i {
    width: 46px;
}

.NsDlLeftBtm li a span {
    width: calc(100% - 46px);
    width: -ms-calc(100% - 46px);
    font-weight: bold;
    width: -webkit-calc(100% - 46px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.NsDlLeftBtm li:nth-of-type(2) a i {
    padding-right: 20px;
}

.NsDlLeftBtm li:nth-of-type(2) a i,
.NsDlLeftBtm li:nth-of-type(2) a span {
    width: auto;
}

.NsDlLeftBtm a:hover {
    background-color: #165e9e;
}

.NsDlLeftBtm a:hover i,
.NsDlLeftBtm a:hover span {
    color: #fff;
}

.NsDlRight {
    background-color: #f4f4f4;
    padding: 30px;
}

.NsDlRtTitle h2 {
    padding-left: 20px;
    border-left: 4px solid #165e9e;
    color: #333;
}

.NsDlRtTitle ul {
    padding-top: 14px;
}

.NsDlRtTitle ul li a {
    padding: 16px 0;
    color: #8c8c8c;
}

.NsDlRtTitle ul li {
    border-bottom: 1px solid #e6e6e6;
}

.AtUsOne {
    padding: 90px 0 76px 0;
    box-sizing: border-box;
    position: relative;
}

.AtUsOneLeft,
.AtUsOneRight {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.AtUsOneLeft {
    padding-right: 80px;
}

.AtUsOneLeft p,
.AtUsOneLeft h2 {
    color: #333333;
}

.AtUsOneLeft p,.SeTmOneText h6 p{font-size: 14px !important;}

.AtUsOneLeft h2 {
    display: inline-block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #e4e4e4;
}

.AtUsTwo {
    padding: 90px 0 140px 0;
    background: url(../images/ss.jpg) no-repeat center center;
    background-size: cover;
}

.AtUsTwo h2 {
    color: #333;
    padding-bottom: 70px;
}

.AtUsTwoSwr {
    position: relative;
    background: url(../images/ss1.png) no-repeat left center;
    background-size: 86% auto;
}

.AtUsTwoSwr .swiper-slide:nth-of-type(odd) .AtUsTwoSwrText {
    padding-top: 250px;
}

.AtUsTwoSwr .swiper-slide:nth-of-type(even) .AtUsTwoSwrText {
    padding-top: 0;
    padding-bottom: 250px;
}

.AtUsTwoSwrText h3 {
    color: #165e9e;
}

.AtUsTwoSwrText h3 span {
    padding-left: 6px;
}

.AtUsTwoSwrText p {
    color: #333;
}

.AtUsTwoSwrBtn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-image: none;
    background-color: #9ebfdc;
    border-radius: 50%;
}

.AtUsTwoSwrBtn .icon span {
    color: #fff;
}

.AtUsTwoSwrBtn .swiper-button-prev {
    left: -80px;
}

.AtUsTwoSwrBtn .swiper-button-next {
    right: -80px;
}

.AtUsTwoTitle {
    padding: 80px 0 60px 0;
}

.AtUsThreeRight,
.AtUsThreeLeft {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.AtUsThreeLeft {
    padding-right: 24px;
}

.AtUsTeOneTop:first-of-type .AtUsThreeRight {
    padding-top: 0;
}

.AtUsThreeRight {
    padding-left: 24px;
}

.AtUsThree {
    padding: 80px 0 74px 0;
}

.AtUsThreeS_l,
.AtUsThreeS_r {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.AtUsThreeS_l {
    text-align: center;
    padding: 40px;
}

.AtUsThreeS_r {
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.AtUsThreeS {
    background-color: #f1f1f1;
    position: relative;
}

.AtUsThreeS_r h4 {
    color: #165e9e;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #165e9e;
}

.AtUsThreeS_r p {
    color: #333333;
    font-size: 14px !important;
}

.AtUsThreeS::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.AtUsThreeRight .AtUsThreeS::after {
    right: auto;
    left: -30px;
}
.AtUsThreeRight .AtUsThreeS:nth-of-type(odd){
    display: none;
}
.AtUsThreeLeft .AtUsThreeS:nth-of-type(even){
    display: none;
}
.AtUsThree .newBox {
    position: relative;
}

.AtUsThree .newBox::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #eaeaea;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.AtUsThree .newBox::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 48px);
    height: -ms-calc(100% - 48px);
    height: -webkit-calc(100% - 48px);
    border-radius: 50%;
    background-color: #e7e7e7;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.AtUsTeOneBtm {
    padding-top: 110px;
    text-align: center;
    position: relative;
    z-index: 100;
}
.AtUsTeOneBtm.ac{display: none;}

.AtUsTeOneBtm h6 {
    display: inline-block;
    cursor: pointer;
}

.AtUsTeOneBtm h6 i {
    width: 12px;
    height: 12px;
    background-color: #165e9e;
    border-radius: 50%;
    display: inline-block;
}

.AtUsTeOneBtm h6 p {
    padding-top: 12px;
    color: #333;
}

.AtUsTeOneBtm h6 p span{
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #165e9e;
    font-size: 12px;
    margin-left: 10px;
}

.AtUsThreeS {
    margin-top: 80px;
}

.AtUsThreeS:first-of-type {
    margin-top: 0;
}

.AtUsTeOneTopS {
    padding-top: 0;
}
.AtUsTeOneTopS .AtUsThreeS:first-of-type{margin-top: 80px;}

.AtUsTeOneTopS {
    display: none;
}

.AtUsThree h2 {
    color: #333;
    padding-bottom: 40px;
}

.AtUsFrSTpList {
    width: 750px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding-right: 46px;
    user-select: none;
}

.AtUsFrSTpList:last-of-type {
    padding-right: 0;
}

.AtUsFrSTp {
    position: absolute;
}

.dragS {
    margin-top: 4%;
    position: relative;
    border-top: 4px solid #ebebeb;
}

#drag {
    width: 260px;
    height: auto;
    position: absolute;
    top: -4px;
    user-select: none;
    cursor: pointer;
}

#drag h6 i {
    width: 100%;
    height: 4px;
    background-color: #165e9e;
    display: block;
}

#drag h3 i,
#drag h3 span {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

#drag h3 {
    padding: 20px 0;
}

#drag h3 span {
    color: #999999;
}

#drag h3 i {
    padding-left: 16px;
    color: #165e9e;
}

.MedalOfHonor {
    padding: 90px 0 150px 0;
}

.MlOfHrOne {
    background-color: #f0f0f0;
    padding: 20px 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.MlOfHrOneLeft h4,
.MlOfHrOneLeft p,
.MlOfHrOneLeft,
.MlOfHrOneRight {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.MlOfHrOneLeft {
    width: 30%;
}

.MlOfHrOneLeft p {
    padding-left: 28px;
    color: #333333;
}

.MlOfHrOneLeft h4 {
    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.MlOfHrOneRight {
    width: 70%;
}

.MlOfHrOneRight form {
    font-size: 0;
    box-sizing: border-box;
}

.MlOfHrOneRight select {
    width: 38%;
    margin-right: 2%;
    text-align: center;
    text-align-last: center;
    border: 1px solid #dadada;
    text-indent: 20px;
    color: #999999;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/xljt.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: auto auto;
}

.MlOfHrOneRight button {
    width: 20%;
    border: 1px solid #dadada;
    background-color: #165e9e;
}

.MlOfHrOneRight select,
.MlOfHrOneRight button {
    height: 56px;
    box-sizing: border-box;
    outline: none;
}

.MlOfHrOneRight button i,
.MlOfHrOneRight button span {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff;
}

.MlOfHrOneRight button i {
    padding-left: 12px;
}

.MlOfHrOneRight button span {
    font-weight: bold;
}

.MlOfHrTwo {
    padding-top: 80px;
    position: relative;
}

.MlOfHrTwo::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 120px);
    height: -ms-calc(100% - 120px);
    height: -webkit-calc(100% - 120px);
    background-color: #e8e8e8;
    position: absolute;
    top: 80px;
    left: 5px;
}

.MlOfHrTwoSLeft,
.MlOfHrTwoSRight {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.MlOfHrTwoS {
    padding-bottom: 100px;
    position: relative;
}

.MlOfHrTwoS::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #0f599a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.MlOfHrTwoSLeft {
    width: 250px;
    text-align: center;
}

.MlOfHrTwoSRight {
    width: calc(100% - 250px);
    width: -ms-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
}

.MlOfHrTwoSRight h4 {
    color: #333;
    padding-bottom: 36px;
}

.MlOfHrTwoSRight p {
    color: #999999;
}

.MlOfHrTwo h6 {
    display: inline-block;
    color: #0f599a;
    cursor: pointer;
}

.MlOfHrTwo h6 span{
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #165e9e;
    font-size: 12px;
    margin-left: 10px;
}

.MlOfHrTwoSActive {
    display: none;
}

.address {
    padding: 90px 0 110px 0;
}

.addressRight,
.addressLeft {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #f3f3f3;
}

.addressLeft {
    width: 24%;
    margin-right: 2%;
    padding: 10px 40px;
}

.addressRight {
    width: 74%;
    padding: 10px 90px 120px 90px;
}

.addressLeft ul li {
    padding: 30px 0;
    color: #252d46;
    padding-left: 80px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.addressLeft ul li::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #d3d3d3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.addressLeft ul li::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dadada;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.addressLeft ul {
    position: relative;
}

.addressLeft ul .active::after {
    background-color: #165e9e;
}

.addressLeft ul li i {
    width: 1px;
    height: 100%;
    display: block;
    background-color: #d3d3d3;
    position: absolute;
    top: 50%;
    left: 0;
}

.addressLeft ul li:last-of-type i {
    display: none;
}

.addressRight h2 {
    padding: 40px 0;
    border-bottom: 2px solid #165e9e;
}

.addressRight h2 p i,
.addressRight h2 p span,
.addressRight h2 font,
.addressRight h2 p {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.addressRight h2 p {
    padding-left: 60px;
}

.addressRight h2 font {
    color: #252d46;
}

.addressRight h2 p span {
    color: #666666;
    padding-left: 12px;
}

.addressRight h2 p i {
    color: #c2c2c2;
}

.addressRight h3 {
    padding: 20px 0;
}

.addressRight h3 p {
    color: #666666;
}

.addressRight ul {
    padding: 42px 0;
}

.addressRight ul li h4,
.addressRight ul li h5 {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.addressRight ul li h4 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #157bc6;
}

.addressRight ul li h4 i {
    color: #fff;
    line-height: inherit;
}

.addressRight ul li {
    font-size: 0;
    padding: 22px 0;
}

.addressRight ul li:first-of-type {
    padding-top: 0;
}

.addressRight ul li:last-of-type {
    padding-bottom: 0;
}

.addressRight ul li h5 {
    width: calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    padding-left: 30px;
}

.addressRight ul li h5 span {
    color: #333333;
}

.addressRight ul li h5 p {
    color: #666666;
}

.BMap_cpyCtrl,
.anchorBL {
    display: none;
}

.AsRt {
    display: none;
}

.AsRt1 {
    display: block;
}

#container9,
#container8,
#container7,
#container6,
#container5,
#container4,
#container3,
#container2,
#container1 {
    width: 100%;
    height: 400px;
}

#container9 img,
#container8 img,
#container7 img,
#container6 img,
#container5 img,
#container4 img,
#container3 img,
#container2 img,
#container1 img {
    max-width: inherit;
}

.recruit {
    padding: 90px 0 100px 0;
}

.recruitOneLeft,
.recruitOneRight {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.AtUsCeOne {
    padding-bottom: 100px;
}

.AtUsCeOne h2 {
    color: #333333;
    padding-bottom: 70px;
}

.CoreValues {
    width: 20%;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
}

.CoreValues h3 {
    width: 140px;
    height: 140px;
    line-height: 156px;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.CoreValues h3 span {
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    border: 2px solid #015da6;
    border-radius: 50%;
    box-sizing: border-box;
    color: #0161ae;
    position: relative;
    display: inline-block;
    z-index: 10;
}

.CoreValues h3 span::after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    border: 1px solid #015da6;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.CoreValues h3::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #f1f1f1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -o-transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.CoreValues h4 {
    padding: 50px 0 20px 0;
    color: #000;
}

.CoreValues p {
    color: #666666;
    transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -o-transform: translateY(40px);
    opacity: 0;
}

.CoreValues h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: -moz-linear-gradient(#0072ca, #024783);
    background: -ms-linear-gradient(#0072ca, #024783);
    background: -webkit-linear-gradient(#0072ca, #024783);
    background: linear-gradient(#0072ca, #024783);
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr="#0072ca", endColorstr="#024783", gradientType="0");
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -o-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    opacity: 0;
}

.CoreValues:hover h3::after {
    width: 115%;
    height: 115%;
    opacity: 1;
}

.CoreValues:hover h3 span {
    width: 84px;
    height: 84px;
    line-height: 84px;
    color: #fff;
    border-color: #fff;
}

.CoreValues:hover h3 span::after {
    border-color: #fff;
}

.CoreValues:hover h4 {
    font-weight: bold;
}

.CoreValues:hover p {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
}

.AtUsCeOne {
    background-image: url(../images/cc.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 39.2%;
}

.work {
    padding: 90px 0 70px 0;
    box-sizing: border-box;
}

.workTopList {
    padding: 50px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #eaeaea;
}

.WkTpLt {
    width: 33.333%;
    height: auto;
    text-align: center;
}

.WkTpLtS_l,
.WkTpLtS_r {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.WkTpLtS,
.WkTpLt h4,
.WkTpLt {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.WkTpLt .WkTpLtS p {
    display: block;
}

.WkTpLt p {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.WkTpLt h4 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #165e9e;
    color: #fff;
}

.WkTpLtS {
    width: calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    padding-left: 30px;
}

.WkTpLt p {
    color: #282828;
}

.WkTpLtCR {
    max-width: 100%;
    display: inline-block;
    text-align: left;
}

.workTop h2 {
    color: #000;
}

.workBtm {
    padding-top: 80px;
    box-sizing: border-box;
    text-align: center;
}

.workBtmTitle {
    display: inline-block;
}

.workBtmTitle h2 {
    color: #333;
}

.workBtmTitle h6 {
    width: 100%;
    height: 3px;
    background: #0080cb;
    display: block;
    margin-top: 36px;
}

.workBtm form {
    padding-top: 60px;
    font-size: 0;
}

.workBtm form input,
.workBtm form textarea {
    outline: none;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    color: #b4b4b4;
}

.workBtm form input {
    width: 31.5%;
    height: 50px;
    text-indent: 2em;
    margin-left: 2.74%;
    margin-bottom: 2.74%;
    box-sizing: border-box;
    vertical-align: middle;
}

.workBtm form input:first-of-type {
    margin-left: 0;
}

.workBtm form textarea {
    width: 100%;
    height: 190px;
    text-indent: 2em;
    padding-top: 24px;
}

.workBtm form button {
    width: 180px;
    height: 46px;
    line-height: 46px;
    background-color: #165e9e;
    border-radius: 2px;
    color: #fff;
    margin-top: 50px;
}

.workAddress h2 {
    color: #fff;
    padding: 60px 0;
    background: url(../images/back6.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}

.workAS {
    padding: 70px 0 140px 0;
}

.workASList {
    width: 31%;
    margin-right: 3.49%;
    margin-top: 3.49%;
    display: inline-block;
    vertical-align: top;
    background-color: #f3f3f3;
    box-sizing: border-box;
}

.workASList a {
    box-sizing: border-box;
    padding: 46px 30px;
}

.workASList:nth-of-type(3n) {
    margin-right: 0;
}

.workASList:nth-of-type(-n + 3) {
    margin-top: 0;
}

.workASList h3 {
    color: #252d46;
}

.workASListS {
    padding-top: 42px;
}

.workASListS_l,
.workASListS_r {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.workASListS_l h4 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #157bc6;
    color: #fff;
}

.workASListS_r {
    width: calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    padding-left: 30px;
}

.workASListS_r h5 {
    color: #333;
}

.workASListS_r p {
    color: #666;
}

.Professional {
    padding: 90px 0 120px 0;
}

.Professional .IndexSearch {
    background-color: #fff;
    padding: 0;
    padding-bottom: 60px;
}

.PlTeam {
    text-align: center;
}

.PlTeam li {
    width: 320px;
    height: 150px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: 1px solid #dde7f0;
}

.PlTeam li:last-of-type {
    border-right: none;
}

.PlTeam li a {
    position: relative;
}

.PlTeamS {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 100;
}

.PlTeamS h4 {
    color: #0f599a;
    padding-bottom: 20px;
}

.PlTeamS p {
    color: #21303a;
}

.PlTeam li a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/back7.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

.PlTeam li a:hover::after {
    opacity: 1;
}

.PlTeam li a:hover p,
.PlTeam li a:hover h4 {
    color: #fff;
}

.PlTmLtTitle h2 {
    color: #21303a;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.PlTmLtTitle ul li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 12px;
    position: relative;
}

.PlTmLtTitle ul li::after {
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    background-color: #21303a;
    position: absolute;
    right: 0;
    top: 58%;
    transform: translateY(-50%) rotate(16deg);
    -o-transform: translateY(-50%) rotate(16deg);
    -ms-transform: translateY(-50%) rotate(16deg);
    -moz-transform: translateY(-50%) rotate(16deg);
    -webkit-transform: translateY(-50%) rotate(16deg);
}

.PlTmLtTitle ul li:last-of-type:after {
    display: none;
}

.PlTmLtTitle ul {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 36px;
}

.PlTmLtTitle ul li a {
    color: #21303a;
}

.PlTmLtTitle {
    padding: 50px 0 40px 0;
}

.PlTmLtPeopleS {
    width: 31%;
    margin-top: 3.49%;
    margin-right: 3.49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    box-shadow: 0 0 20px -2px #ddd;
}

.PlTmLtPeopleS:nth-of-type(3n) {
    margin-right: 0;
}

.PlTmLtPeopleS:nth-of-type(-n+3) {
    margin-top: 0;
}

.PlTmLtPeopleS_r,
.PlTmLtPeopleS_l {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.PlTmLtPeopleS_l {
    width: 32%;
}

.PlTmLtPeopleS_l img {
    width: 100%;
    height: auto;
}

.PlTmLtPeopleS_r {
    width: 68%;
    padding: 0 15px 0 30px;
}

.PlTmLtPeopleS_r h3 {
    color: #333;
}

.PlTmLtPeopleS_r h6 {
    display: block;
    width: 50%;
    height: 2px;
    background-color: #3cb7e8;
    margin: 22px 0;
}

.PlTmLtPeopleS_r p {
    color: #555;
}

.PlTmLtPeopleS_r h4 {
    padding-top: 30px;
}

.PlTmLtPeopleS_r h4 i,
.PlTmLtPeopleS_r h4 span {
    display: block;
}

.PlTmLtPeopleS_r h4 i {
    color: #555555;
    padding-bottom: 4px;
}

.PlTmLtPeopleS_r h4 span {
    color: #a8a8a8;
}

.PlTeamBanner {
    position: relative;
}

.PlTeamBanner img {
    width: 100%;
    height: auto;
}

.PmBanner {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.PmBanner h2 {
    color: #165e9e;
    padding-bottom: 20px;
    border-bottom: 2px solid #165e9e;
}

.PmBanner h3 {
    padding: 20px 0;
}

.PmBanner h3 span {
    color: #666666;
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}

.PmBanner h3 span:first-of-type {
    padding-left: 0;
}

.PmBanner h3 span:last-of-type {
    padding-right: 0;
    border-right: none;
}

.PmBanner h4 {
    padding-top: 30px;
}

.PmBanner h4 i,
.PmBanner h4 p {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.PmBanner h4 i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #1a5c97;
    color: #fff;
}

.PmBanner h4 p {
    padding-left: 20px;
    color: #333;
}

.PmBannerLs {
    padding-top: 50px;
}

.PmBannerLs ul li {
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.PmBannerLs ul li a {
    width: 140px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #165e9e;
    border-radius: 52px;
    color: #fff;
}

.PlTeamTextLeft {
    overflow: hidden;
    padding: 90px 0 100px 0;
    background: url(../images/back8.png) no-repeat top center;
    background-size: 100% auto;
}

.PlTeamTextRight {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}

.PmTtLt {
    padding-bottom: 60px;
}

.PmTtLt h2 {
    color: #333333;
    margin-bottom: 16px;
    border-left: 3px solid #165e9e;
}

.PmTtLt h6,
.PmTtLt h2,
.PmTtLt p {
    padding-left: 26px;
}

.PmTtLt h6,
.PmTtLt p {
    padding-top: 30px;
    color: #666666;
    box-sizing: border-box;
    position: relative;
}

.PmTtLt h6::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #c3c3c3;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 20px;
}

.PmTtLt p:first-of-type {
    padding-top: 0;
}

.PmTtLt p i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #c3c3c3;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 2px;
}

.PmTtLt h6:first-of-type {
    padding-top: 0;
}

.PmTtLt h3 {
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
    background-color: #ededed;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    color: #666666;
}

.PmTtLt h3:nth-of-type(2n) {
    margin-right: 0;
}

.PmTtLt h3:nth-of-type(-n+2) {
    margin-top: 0;
}

.PmTtLt h3 {
    padding: 30px;
    box-sizing: border-box;
}

.PmTtLt h3 strong {
    color: #165e9e;
    font-weight: bold;
    padding-bottom: 12px;
}

.protect {
    padding: 90px 0 150px 0;
}

.protectList {
    width: 49%;
    margin-right: 2%;
    border-bottom: 1px solid #e2e2e2;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.protectList:nth-of-type(2n) {
    margin-right: 0;
}

.protectList:nth-of-type(-n+2) {
    border-top: 1px solid #e2e2e2;
}

.protectList a {
    padding: 46px 20px;
    box-sizing: border-box;
}

.protectList a h4 {
    width: calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    padding-right: 20px;
    color: #282828;
}

.protectList a h4,
.protectList a h6 {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.protectList a h6 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #c8c8c8;
}

.protectList:hover h4 {
    color: #165e9e;
}

.protectList:hover h6 {
    background-color: #165e9e;
    color: #fff;
}

.ServiceTeam {
    padding: 90px 0 130px 0;
}

.SeTmNav ul li {
    width: 19%;
    background-color: #f4f4f4;
    margin-right: 1.25%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.SeTmNav ul li:last-of-type {
    margin-right: 0;
}

.SeTmNav ul li a {
    height: 78px;
    line-height: 78px;
    text-align: center;
    color: #333333;
}

.SeTmNav ul li a:hover {
    color: #165e9e;
}

.SeTmTwo,
.SeTmOne {
    margin-top: 60px;
    background-color: #f4f4f4;
    padding: 60px 50px;
    box-sizing: border-box;
}

.SeTmOneImg,
.SeTmOneText {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.SeTmOneImg{padding-top: 75px;}
.SeTmOneImg img {
    width: 100%;
    height: auto;
}

.SeTmOneText {
    padding-right: 40px;
}

.SeTmOneText h2 {
    color: #333333;
}

.SeTmOneText h6 {
    padding-top: 30px;
}

.SeTmOneText h6 p {
    color: #666;
    padding-top: 12px;
}

.SeTmOneText h6 p:first-of-type {
    padding-top: 0;
}

.SeTmTwoLeft,
.SeTmTwoRight {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.SeTmTwoLeft {
    width: 55%;
    padding-right: 60px;
}

.SeTmTwoRight {
    width: 45%;
}

.SeTmTwoLeft h2,
.SeTmTwoRight h2 {
    color: #333;
    padding-bottom: 30px;
}

.SeTmTwoLeft h6 {
    padding-top: 30px;
}

.SeTmTwoLeft h6 p {
    color: #666666;
    padding-top: 20px;
}

.SeTmTwoLeft h6 p:first-of-type {
    padding-top: 0;
}

.SeTmTwoLeft h6 span {
    color: #333333;
    display: inline-block;
    padding-bottom: 20px;
}

.SeTmOneText h6 span {
    color: #333333;
    display: inline-block;
    padding-bottom: 8px;
}

.SeTmTwoLeft h5 i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #dedede;
    margin: 100px 0;
}

.SeTmTwoRight ul li {
    width: 32.5%;
    margin-right: 1.249%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 0;
}

.SeTmTwoRight ul li:nth-of-type(3n) {
    margin-right: 0;
}

.SeTmTwoRight ul li:nth-of-type(2) a {
    border: 1px solid #dedede;
    background: transparent;
}

.SeTmTwoRight ul li:nth-of-type(3) a {
    background-color: #ebebeb;
}

.SeTmTwoRight ul li a {
    height: 62px;
    line-height: 62px;
    text-align: center;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 14px;
    color: #666;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SeTmOneS .SeTmOneText {
    padding-right: 0;
    padding-left: 40px;
}

.SeTmOneText .Jzs p {
    padding: 0;
}

.SeTmThree h2 {
    padding: 74px 0 54px 0;
    color: #333333;
    text-align: center;
}

.SeTmThree ul li {
    width: 11.5%;
    margin-right: 1.14%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.SeTmThree ul li:last-of-type {
    margin-right: 0;
}

.SeTmThree ul li a {
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 4px;
    background-color: #f4f4f4;
    color: #333333;
}

.AtUsCeTwo h2 {
    color: #333333;
    padding-bottom: 46px;
}

.AtUsCeTwo {
    padding-bottom: 100px;
}

.AsCeTo {
    padding-bottom: 80px;
    padding-left: 42px;
    box-sizing: border-box;
    position: relative;
}

.AsCeTo::after {
    content: '';
    display: block;
    background: #165e9e;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.AsCeTo::before {
    content: '';
    display: block;
    background: #165e9e;
    width: 1px;
    height: 100%;
    background-color: #d8d8d8;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 0;
}

.AsCeTo h4 {
    color: #165e9e;
    padding-bottom: 26px;
    font-weight: bold;
}

.AsCeTo p {
    color: #333;
    padding-top: 26px;
}

.AsCeTo p:first-of-type {
    padding-top: 0;
}

.AsCeTo:last-of-type::before {
    display: none;
}

.AsCeTo:last-of-type {
    padding-bottom: 0;
}

.business {
    padding: 90px 0 130px 0;
}

.BsOne {
    margin-bottom: 34px;
    position: relative;
}

.BsOne:last-of-type {
    margin-bottom: 0;
}

.BsOneText {
    width: 75%;
    /* height: 86%; */
    background-color: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.BsOneText h2 {
    color: #165e9e;
}

.BsOneText h5 i {
    width: 60px;
    height: 2px;
    background-color: #30b2e7;
    display: block;
    margin: 32px 0;
}

.BsOneText ul li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 10px;
}

.BsOneText ul li p {
    color: #666;
    position: relative;
    padding-left: 16px;
    box-sizing: border-box;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    margin-top: 10px;
}

.BsOneText ul li p:first-of-type {
    margin-top: 0;
}

.BsOneText ul li p::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #165e9e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.BsOneText h6 {
    padding-top: 40px;
}

.BsOneText h6 a {
    width: 280px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 52px;
    background-color: #165e9e;
}

.BsOneText h6 a i {
    padding-right: 12px;
}

.BsOneText h6 a i,
.BsOneText h6 a span {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff;
}

.propertyRight {
    padding: 90px 0 130px 0;
}

.propertyRight ul li {
    width: 32.5%;
    margin-right: 1.24%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.propertyRight ul li:last-of-type {
    margin-right: 0;
}

.propertyRight ul li a {
    color: #333333;
    text-align: center;
    background-color: #f3f3f3;
    height: 74px;
    line-height: 74px;
}

.propertyRight ul .active a,
.propertyRight ul li a:hover {
    background-color: #165e9e;
    color: #fff;
}

.PyRtTitle {
    padding-top: 70px;
}

.IlPyOneLeft,
.IlPyOneRight {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.IlPyOneLeft {
    width: 40%;
}

.IlPyOneRight {
    width: 60%;
    padding-left: 50px;
}

.IlPyOne {
    padding: 90px 0 80px 0;
}

.IlPyOne h2 {
    color: #000;
    padding-bottom: 40px;
}

.IlPyOneRtOne_l,
.IlPyOneRtOne_r {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.IlPyOneRtOne_l {
    width: 80px;
    height: auto;
    text-align: center;
}

.IlPyOneRtOne_l h3 {
    color: #282828;
    line-height: 50px;
}

.IlPyOneRtOne_l p {
    color: #afafaf;
}

.IlPyOneRtOne_r {
    width: calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    padding-left: 20px;
}

.IlPyOneRtOne_r h4 {
    color: #282828;
    padding-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.IlPyOneRtOne_r p {
    color: #666666;
}

.IlPyOneRtOne {
    border-bottom: 1px solid #e5e5e5;
    padding: 26px 0;
    box-sizing: border-box;
}

.IlPyOneRtOne:hover .IlPyOneRtOne_l p,
.IlPyOneRtOne:hover h4,
.IlPyOneRtOne:hover h3 {
    color: #165e9e;
}

.IlPyTwo {
    padding: 70px 0 100px 0;
    background-color: #f2f2f2;
}

.IlPyTwo h2 {
    color: #000;
    padding-bottom: 40px;
}

.IlPyToTt {
    width: 32.5%;
    height: auto;
    margin-right: 1.24%;
    margin-bottom: 1.24%;
    padding: 30px 20px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #fff;
}

.IlPyToTt:nth-of-type(3n) {
    margin-right: 0;
}

.IlPyToTt h4 {
    color: #282828;
    padding-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.IlPyToTt p {
    color: #666;
}

.IlPyToTt h6 {
    color: #afafaf;
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
    padding-top: 20px;
}

.IlPyTwo .JmBtns a {
    background-color: #fff;
}

.IntellectualPropertyXq {
    padding: 90px 0 120px 0;
}

.IlPyXqOne {
    text-align: center;
}

.IlPyXqOne h2 {
    color: #000;
    font-weight: bold;
    padding: 40px 0;
}

.IlPyXqOneTitle li i,
.IlPyXqOneTitle li span,
.IlPyXqOneTitle li a,
.IlPyXqOneTitle li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.IlPyXqOneTitle li {
    padding: 0 20px;
}
.IlPyXqOneTitle li:nth-of-type(2){display: none;}

.IlPyXqOneTitle li a {
    width: auto;
    height: auto;
}

.IlPyXqOneTitle li i {
    padding: 0 7px;
    color: #d1d1d1;
}

.IlPyXqOneTitle li span,
.IlPyXqOneLiThree a {
    color: #999999;
}

.IlPyXqOneTitle li:nth-of-type(2) span {
    padding: 6px 14px;
    border-radius: 5px;
    background-color: #165e9e;
    color: #fff;
}

.IlPyXqOne {
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.IlPyXqTwo h4 {
    margin-top: 40px;
}

.IlPyXqTwo h2{font-size: 16px;font-weight: bold;margin-bottom: 15px;}

.IlPyXqTwo h4 p {
    color: #666666;
}

.IlPyXqTwo h5 {
    text-align: center;
    margin: 50px 0;
}

.IlPyXqTwoText {
    margin-top: 70px;
    padding: 56px 20px;
    text-align: center;
    box-sizing: border-box;
    background-color: #f3f3f3;
}

.IlPyXqTwoText h6 {
    color: #333;
}

.KnowledgeArticles .JmTopTextS h4 {
    padding: 0;
}

.KnowledgeArticles .JmTopTextS h5 {
    padding: 24px 0;
    border-bottom: 1px solid #cfcfcf;
}

.KnowledgeArticles .JmTopTextS h3 {
    padding: 32px 0;
}

.KnowledgeArticles .JmBtmS {
    width: 100%;
    margin: 0;
    margin-bottom: 26px;
}

.KnowledgeArticles .JmBtmS:last-of-type {
    margin-bottom: 0;
}

.KnowledgeArticles .JmBtmS_t>h4,
.KnowledgeArticles .JmBtmS_tTitle {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.KnowledgeArticles .JmBtmS_tTitle {
    width: 88%;
}

.KnowledgeArticles .JmBtmS_tTitle p {
    width: 100%;
}

.KnowledgeArticles .JmBtmS_t>h4 {
    width: 12%;
    text-align: right;
    padding: 0;
}

.KeAsNav {
    padding-bottom: 50px;
}

.KeAsNav li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 12px;
}

.KeAsNav li a {
    width: 220px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    text-align: center;
    background-color: #f3f3f3;
}

.KeAsNav .active a,
.KeAsNav li a:hover {
    background: #0f599a;
}

.KeAsNav .active a span,
.KeAsNav .active a i,
.KeAsNav li a:hover span,
.KeAsNav li a:hover i {
    color: #fff;
}

.KeAsNav li a span,
.KeAsNav li a i {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.KeAsNav li a span {
    color: #333333;
    padding-left: 12px;
}

.KeAsNav li a i {
    color: #aaaaaa;
}

.styleNavTwo {
    padding: 22px 0;
    background-color: #f4f4f4;
}

.styleNavTwo li i,
.styleNavTwo li span,
.styleNavTwo li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.styleNavTwo li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #204f87;
}

.styleNavTwo li span {
    padding-left: 12px;
    color: #333333;
    color: #333;
}

.styleNavTwo li {
    padding-right: 36px;
}

.styleNavTwo .active a i,
.styleNavTwo li a:hover i {
    color: #fff;
    background: #204f87;
}

.CcCeOne {
    background: #f3f3f3;
}

.CcCeOneLeft,
.CcCeOneRight {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.CcCeOneLeft {
    width: 42%;
}

.CcCeOneLeft img {
    width: 100%;
    height: auto;
}

.CcCeOneRight {
    width: 58%;
    padding: 0 60px;
}

.CcCeOneRight h3 {
    color: #333333;
}

.CcCeOneRight h4 {
    padding: 30px 0;
    color: #333;
    border-bottom: 3px solid #165e9e;
}

.CcCeOneRight h5 {
    padding-top: 26px;
}

.CcCeOneRight h5 i {
    padding-bottom: 18px;
    display: block;
    color: #333333;
}

.CcCeOneRight h5 p {
    color: #666;
}

.CcCeTwoS {
    margin-top: 50px;
    background-color: #f7f7f7;
}

.CcCeTwoSTop {
    padding: 26px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9;
}

.CcCeTwoSBtm_l,
.CcCeTwoSBtm_r,
.CcCeTwoSTop h4,
.CcCeTwoSTop h3 {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.CcCeTwoSTop h3 {
    width: 60px;
    height: auto;
    padding: 6px 0;
    text-align: center;
    border-radius: 2px;
    background-color: #204f87;
    box-sizing: border-box;
}

.CcCeTwoSTop h4 {
    width: calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    padding-left: 20px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.CcCeTwoSTop h3 i,
.CcCeTwoSTop h3 span {
    color: #fff;
    display: block;
}

.CcCeTwoSBtm_l {
    border-right: 1px solid #d9d9d9;
}

.CcCeTwoSBtm_l,
.CcCeTwoSBtm_r {
    width: 50%;
    padding: 26px 30px;
}

.CcCeTwoSBtm h4 {
    color: #333;
    padding-bottom: 16px;
}

.CcCeTwoSBtm p {
    color: #666;
    text-align: justify;
}

.classicCase {
    padding-bottom: 110px;
}

.CcCeNav {
    padding: 40px 0;
}

.CcCeNav form {
    position: relative;
    display: inline-block;
}

.CcCeNav select {
    border: none;
    outline: none;
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-indent: 16px;
    background-color: #204f87;
    color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.CcCeNav form p {
    position: absolute;
    color: #fff;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.publish {
    padding: 90px 0 110px 0;
}

.PhLtOne {
    width: 32%;
    margin-right: 1.99%;
    margin-top: 90px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.PhLtOne:nth-of-type(3n) {
    margin-right: 0;
}

.PhLtOne:nth-of-type(-n + 3) {
    margin-top: 0;
}

.PhLtOne h3 img {
    width: 100%;
    height: auto;
}

.PhLtOne h4 {
    position: relative;
}

.PhLtOne h4 p {
    height: 80px;
    line-height: 80px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #efefef;
    color: #333333;
    font-weight: bold;
    padding: 0 10px;
    box-sizing: border-box;
}

.PhLtOne h4 i {
    position: absolute;
    left: 30px;
    bottom: 0;
    transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.law {
    padding: 60px 0 110px 0;
}

.lawNav {
    padding-bottom: 60px;
}

.lawLtOne {
    width: 47%;
    margin-right: 6%;
    margin-top: 100px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.lawLtOne:nth-of-type(2n) {
    margin-right: 0;
}

.lawLtOne:nth-of-type(-n+2) {
    margin-top: 0;
}

.lawLtOne h4 {
    color: #282828;
    padding-bottom: 30px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.lawLtOne p {
    color: #666;
}

.lawLtOne h6 {
    margin-top: 30px;
    border-top: 1px solid #dcdee2;
}

.lawLtOne h6 i {
    color: #0f599a;
    display: inline-block;
    padding-top: 30px;
    opacity: 0;
    transform: translateX(30px);
    -ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
}

.lawLtOne a:hover h6 {
    border-top-color: #0f599a;
}

.lawLtOne a:hover i {
    opacity: 1;
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.lawNav ul,
.lawNav ul li a i,
.lawNav ul li a span,
.lawNav form,
.lawNav ul li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.lawNav ul {
    /* width: 70%; */
}

.lawNav ul li {
    padding-right: 18px;
    margin-bottom: 20px;
}

.lawNav form {
    width: 30%;
    text-align: right;
}

.lawNav ul li a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background-color: #165e9e;
}

.lawNav ul li a i,
.lawNav ul li a span {
    color: #fff;
}

.lawNav ul li a i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

.lawNav ul li a i::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #165e9e;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    opacity: 0;
}

.lawNav ul li a span {
    padding-left: 14px;
}

.lawNav ul .active a i::after {
    opacity: 1;
}

.lawNav form {
    position: relative;
    display: inline-block;
}

.lawNav form select {
    outline: none;
    border: none;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #eaeaea;
    color: #165e9e;
    text-align: center;
    border-radius: 50px;
    text-indent: 2em;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.lawNav form p {
    position: absolute;
    color: #a3a3a3;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.train {
    padding-bottom: 110px;
}

.TnOeS {
    padding: 70px 0 30px 0;
}

.TnOeS i {
    width: 88%;
    color: #333333;
}

.TnOeS a {
    width: 12%;
    text-align: right;
    color: #999999;
}

.TnOeS i,
.TnOeS a {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.trainOne ul li {
    width: 30%;
    margin-right: 4.99%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.trainOne ul li:nth-of-type(3n) {
    margin-right: 0;
}

.trainOne ul li h6 {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.trainOne ul li p {
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    color: #fff;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
}

.IlPyXqTwo {
    padding: 40px 0;
}

.IlPyXqTwo p {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify;
}

.trainTwo li {
    width: 49%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.trainTwo li:nth-of-type(2n) {
    margin-right: 0;
}

.trainTwo li span,
.trainTwo li i {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.trainTwo li span {
    width: 88%;
    color: #282828;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trainTwo li i {
    width: 12%;
    text-align: center;
    color: #cccccc;
}

.trainTwo li a {
    padding: 20px 0;
    border-bottom: 1px solid #dcdee2;
}

.corporateCulture {
    padding: 90px 0 160px 0;
}

.CeCeSwr {
    position: relative;
}

.corporateCulture h2 {
    color: #333;
    padding-bottom: 70px;
}

.CeCeText {
    padding-top: 50px;
    display: none;
}

.CeCeText h4 {
    width: 100%;
    background-color: #f1f1f1;
}

.CeCeText h4 span {
    height: 50px;
    line-height: 50px;
    background-color: #165e9e;
    display: inline-block;
    color: #fff;
    padding: 0 40px;
}

.CeCeText h4 {
    margin-bottom: 40px;
}

.CeCeText p {
    color: #666;
}

.icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #e2e2e2;
    background-image: none;
}

.icon span {
    color: #9a9a9a;
}

.icon:hover {
    background-color: #21ade5;
}

.IxHrBtn .icon:hover span,
.icon:hover span {
    color: #fff;
}

.IndexBanner .icon:hover {
    background-color: transparent;
}

.CeCeBtn .swiper-button-prev {
    left: -80px;
}

.CeCeBtn .swiper-button-next {
    right: -80px;
}

.Sociology {
    padding: 90px 0 140px 0;
}

.SyOneS {
    padding-bottom: 34px;
}

.SyOneS a {
    background-color: #ececec;
}

.SeTmTwoLeft h6:first-of-type {
    padding-top: 0;
}

.SyOneS:last-of-type {
    padding-bottom: 0;
}

.SyOneS_l,
.SyOneS_r {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.SyOneS_l {
    width: 36%;
}

.SyOneS_r {
    width: 64%;
    padding: 30px 40px;
}

.SyOneS_r h4 {
    color: #165e9e;
    padding-bottom: 20px;
}

.SyOneS_r h4 span {
    padding-left: 8px;
}

.SyOneS_r p {
    color: #333;
}

.SyOneS a {
    width: 1100px;
    position: relative;
    box-sizing: border-box;
}

.SyOneS:nth-of-type(odd) {
    padding-left: 100px;
}

.SyOneS:nth-of-type(even) {
    padding-left: 450px;
}

.SyOneS,
.SyOneS a {
    position: relative;
}

.SyOneS a {
    z-index: 100;
}

.SyOneS a::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #165e9e;
    position: absolute;
    left: -72px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.SyOneS:nth-of-type(even) a::before {
    content: '';
    display: block;
    width: 360px;
    height: 1px;
    background-color: #ececec;
    position: absolute;
    left: -418px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.SyOneS::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ececec;
    position: absolute;
    left: 34px;
    top: 43%;
}

.SyOneS:last-of-type:after {
    display: none;
}

.recruitOneRight {
    width: 54%;
}

.recruitOneLeft {
    width: 46%;
    padding: 50px 60px;
    box-sizing: border-box;
    position: relative;
}

.recruitOneLeft::after {
    content: '';
    display: block;
    background: url(../images/ccs.jpg) no-repeat center center;
    background-size: cover;
    width: 110%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.recruitOneLeft h2,
.recruitOneLeft h4 {
    position: relative;
    z-index: 100;
}

.recruitOneLeft h2 {
    color: #fff;
}

.recruitOneLeft h4 {
    padding-top: 50px;
}

.recruitOneLeft h4 span,
.recruitOneLeft h4 i {
    color: #fff;
    display: block;
}

.recruitOneLeft h4 i {
    font-weight: bold;
    padding-bottom: 6px;
}

.recruitOneRight img {
    width: 100%;
    height: auto;
}

.RtToNav form {
    position: relative;
    display: inline-block;
}

.RtToNav {
    padding: 80px 0 30px 0;
    display: none;
}

.RtToNav form select {
    outline: none;
    border: none;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #eaeaea;
    color: #165e9e;
    text-align: center;
    border-radius: 50px;
    text-indent: 2em;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.RtToNav form p {
    position: absolute;
    color: #a3a3a3;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.RtToTtS {
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
}

.ElegantDemeanor {
    padding: 90px 0 160px 0;
}

.ElegantDemeanor h2 {
    color: #333333;
}

.EtDrOneS {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
    background-color: #eeeeee;
}

.EtDrOneS_l,
.EtDrOneS_r,
.EtDrOneS {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.EtDrOneS_l {
    width: 42%;
}

.EtDrOneS_l img {
    width: 100%;
    height: auto;
}

.EtDrOneS_r {
    width: 58%;
    padding: 0 40px;
}

.EtDrOneS_r h4 {
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bebebe;
}

.EtDrOneS_r p {
    color: #666;
}

.EtDrOneS_r h6 {
    color: #165e9e;
    padding-top: 14px;
}

.EtDrOneS_r h6 i {
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #165e9e;
    font-size: 12px;
    margin-left: 10px;
}

.EtDrOneS:nth-of-type(2n) {
    margin-right: 0;
}

.RtToTtSTop {
    padding: 50px 0 26px 0;
    box-sizing: border-box;
}

.RtToTtS_r,
.RtToTtS_l {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.RtToTtSBtm_l,
.RtToTtSBtm_r {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}


.RtToTtS_l h3 {
    color: #434343;
    font-weight: bold;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 36px;
}

.RtToTtS_l h3::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #434343;
    position: absolute;
    left: 4px;
    top: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.RtToTtS_l h5 {
    padding-left: 30px;
}

.RtToTtS_l h5 span {
    color: #666666;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 140px;
}

.RtToTtS_l h5 span:last-of-type {
    padding-right: 0;
}

.RtToTtSBtm_l,
.RtToTtS_l {
    width: 60%;
}


.RtToTtSBtm_r,
.RtToTtS_r {
    width: 40%;
    text-align: right;
}

.RtToTtS_r h6 {
    padding: 10px 14px;
    text-align: center;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    display: inline-block;
}

.RtToTtS_r h6 i {
    color: #dddddd;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.RtToTtS_r h6 span {
    color: #888;
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.RtToTtSBtm {
    padding: 60px 30px 60px 130px;
    box-sizing: border-box;
    background-color: #f3f3f3;
}

.RtToTtSBtm_l p,.RtToTtSBtm_r p,.RtToTtSBtm_r h4,
.RtToTtSBtm_l h4 {
    color: #737373;
}

.RtToTtSBtm_l h4,.RtToTtSBtm_r h4 {
    padding-bottom: 30px;
}

.RtToTtSBtm_r li a {
    min-width: 200px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: left;
    padding: 0 40px;
}

.RtToTtSBtm_r li a i,
.RtToTtSBtm_r li a span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.RtToTtSBtm_r li a span {
    padding-left: 10px;
}

.RtToTtSBtm_r li:first-of-type {
    padding-bottom: 12px;
}

.RtToTtSBtm_r li:first-of-type a {
    background-color: #165e9e;
}

.RtToTtSBtm_r li:last-of-type a {
    background-color: #4fbeea;
}

.RtToTtSBtm {
    display: none;
}

.RtToText .activeS .RtToTtS_r h6,
.RtToText .RtToTtS:hover .RtToTtS_r h6 {
    background: #165e9e;
    border-color: #fff;
}

.RtToText .activeS .RtToTtS_r h6 span,
.RtToText .activeS .RtToTtS_r h6 i,
.RtToText .RtToTtS:hover .RtToTtS_r h6 span,
.RtToText .RtToTtS:hover .RtToTtS_r h6 i {
    color: #fff;
}

.workASList:hover h3 {
    color: #157bc6;
}

.JmBtm .JmBtmS_b p {
    -webkit-line-clamp: 2;
    line-clamp: 1;
}

.IlPyXqTwo h6 {
    font-size: 18px;
    padding-top: 10px;
    font-weight: bold;
}

footer {
    overflow: hidden;
}

.footerLink {
    position: fixed;
    right: 0;
    top: 30%;
    text-align: center;
    z-index: 9999;
}

.footerLink i {
    color: rgba(255, 255, 255, .5);
    font-size: 30px;
}

.footerLink p {
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
}

.footerLink ul li a {
    color: #000;
    font-size: 16px;
}

.footerLink ul li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.footerLink>a {
    padding: 12px 14px;
    background-color: #21ade5;
    border-radius: 5px 0 0 0;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}

.footerLink ul {
    width: 776px;
    height: 100%;
    padding: 0 20px;
    border-radius: 5px 0 0 5px;
    background-color: #21ade5;
    position: absolute;
    right: -776px;
    top: 0;
    z-index: 88;
}

.footerLink ul li {
    height: 100%;
    padding: 0 14px;
    position: relative;
    box-sizing: border-box;
}

.footerLink ul li a {
    height: auto;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.footerLink>a:hover {
    border-radius: 0;
}

.footerLink>a+ul:hover,
.footerLink>a:hover+ul {
    right: 100%;
}

.RtToTtSBtm_r li a {
    position: relative;
}

.RtToTtSBtm_r li a form input {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.BsOne img {
    filter: blur(4px);
}

.spzs{display: inline-block;width: 32%;margin-right: 2%;margin-bottom: 30px;background: #f2f2f2;padding: 30px;box-sizing: border-box;}
.spzs:nth-of-type(3n){margin-right: 0;}
.spzs h6{position: relative;overflow: hidden;}
.spzs h6 img{width: 100%;}
.spzs h3{font-size: 20px;color: #333333;margin-top: 20px;font-weight: bold;margin-bottom: 10px;text-align: center;}
.spzs h4{font-size: 16px;color: #666666;text-align: center;}
.spzs:hover{background: #165e9e}
.spzs:hover h3,.spzs:hover h4{color: #fff;}

































